home *** CD-ROM | disk | FTP | other *** search
/ Fantastic Women / Fantastic Women.iso / pc / ft.dir / 00130_Script_130 < prev    next >
Text File  |  1994-11-17  |  914b  |  44 lines

  1. -- deactivate movie button
  2. if the castNum of sprite(16) <> F54 then
  3.   set the castNum of sprite(16) = F54
  4.   updateStage
  5. end if
  6. if rollover(17) then
  7.   FlashRoller(17, "but" &RETURN& "go to" && QUOTE & "end" & QUOTE, G52)
  8. end if
  9.  
  10. -- check forward button
  11. if rollover(18) then
  12.   FlashRoller (18,"but" &RETURN& "go to marker(+1)",G55)
  13. end if
  14.  
  15. -- go back to contents 
  16. if rollover(13) then
  17.   flashroller(13, "contents", F47)
  18. end if
  19. -- tat button
  20. if rollover(20) then
  21.   flashroller(20, "tat", F82)
  22. end if
  23. -- pc button
  24. if rollover(21) then
  25.   flashroller(21, "pc", F85)
  26. end if
  27. -- cl button
  28. if rollover(22) then
  29.   flashroller(22, "cl", G12)
  30. end if
  31. --ft button
  32. if rollover(23) then
  33.   flashroller(23, "res", 389)
  34. end if
  35. -- book button
  36. if rollover(14) then
  37.   flashroller(14, "book", G35)
  38. end if
  39. -- mag button
  40. if rollover(15) then
  41.   flashroller(15, "mag", G32)
  42. end if
  43.   go to marker(0)
  44.